home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo Cassette! Version 4.0 by John Buckman
- echo ───────────────────────────────────────────────────────────────────────────────
- echo This Batch file will print out all 6 sample Cassette! labels using
- echo Imageprint's Letter quality print.
- echo
- echo Make sure these files are available:
- echo
- echo CASSETTE.EXE
- ECHO PRINT.EXE
- ECHO RUN-ME.BAT
- ECHO FONT1.
- ECHO SAMPLE1.CAS
- ECHO SAMPLE2.CAS
- ECHO SAMPLE3.CAS
- ECHO SAMPLE4.CAS
- ECHO SAMPLE5.BIG
- ECHO SAMPLE6.ECS
- ECHO
- echo Make sure your printer is ON-LINE and at the top of the page.
- echo
- pause
- cls
- echo | print sample1.cas
- echo About to print file "SAMPLE2.CAS"
- echo >prn
- pause
- echo | print sample2.cas
- echo About to print file "SAMPLE3.CAS"
- echo >prn
- pause
- echo | print sample3.cas
- echo About to print file "SAMPLE4.CAS"
- echo >prn
- pause
- echo | print sample4.cas
- echo About to print file "SAMPLE5.BIG"
- echo >prn
- pause
- echo | print sample5.big
- echo About to print file "SAMPLE6.ECS"
- echo >prn
- pause
- echo | print sample6.ecs
- ECHO
- echo All Done!
-
-
-